Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move verification tests into this repo #123

Merged
merged 1 commit into from
May 31, 2023
Merged

Move verification tests into this repo #123

merged 1 commit into from
May 31, 2023

Conversation

jackkleeman
Copy link
Contributor

Fixes #122

@jackkleeman jackkleeman force-pushed the verif-move branch 4 times, most recently from af8a40e to 4b5410f Compare May 31, 2023 11:32
@@ -39,6 +39,11 @@ allprojects {
}
}

buildscript {
// required for m1 mac
configurations { classpath { resolutionStrategy { force("net.java.dev.jna:jna:5.7.0") } } }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tillrohrmann can you double check this? I don't remember you ever needed this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need this fix in 5.7.0 java-native-access/jna#1238

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's quite an old bug, i wonder which dep is bringing this in

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

|         +--- org.jetbrains.kotlin:kotlin-compiler-embeddable:1.8.10
|         |    +--- org.jetbrains.kotlin:kotlin-daemon-embeddable:1.8.10
|         |    +--- org.jetbrains.intellij.deps:trove4j:1.0.20200330
|         |    \--- net.java.dev.jna:jna:5.6.0 -> 5.7.0

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh ok i'll try to see if this goes away when bumping kotlin

Copy link
Collaborator

@slinkydeveloper slinkydeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, perhaps can you run once again npm run format before merging and fix the node lint issues?

Comment on lines +22 to +23
# Use a new stage so that the build-arg GH_PACKAGE_READ_ACCESS_TOKEN isn't leaked into the final image history
COPY --from=prod /usr/src/app/ /usr/src/app/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this!

@jackkleeman jackkleeman merged commit 70a79de into main May 31, 2023
@jackkleeman jackkleeman deleted the verif-move branch May 31, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge verification service into node-services
2 participants